home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TASKSAVEDIALOG / TASKSAVEDIALOG.txt < prev   
Text File  |  2004-02-29  |  2KB  |  102 lines

  1. object AskSaveDialog: TAskSaveDialog
  2.   Left = 408
  3.   Top = 211
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Save Changes'
  7.   ClientHeight = 243
  8.   ClientWidth = 325
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblPrompt: TLabel
  26.     Left = 60
  27.     Top = 12
  28.     Width = 258
  29.     Height = 61
  30.     Anchors = [akLeft, akTop, akRight]
  31.     AutoSize = False
  32.     Caption = '*'
  33.     FocusControl = lstFiles
  34.     WordWrap = True
  35.   end
  36.   object imgIcon: TImage
  37.     Left = 16
  38.     Top = 16
  39.     Width = 32
  40.     Height = 32
  41.     Transparent = True
  42.   end
  43.   object lstFiles: TListBox
  44.     Left = 6
  45.     Top = 80
  46.     Width = 313
  47.     Height = 127
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     ExtendedSelect = False
  50.     ItemHeight = 18
  51.     MultiSelect = True
  52.     Style = lbOwnerDrawFixed
  53.     TabOrder = 0
  54.     OnClick = lstFilesClick
  55.     OnDrawItem = lstFilesDrawItem
  56.     OnKeyDown = lstFilesKeyDown
  57.     OnKeyPress = lstFilesKeyPress
  58.   end
  59.   object btnYes: TCorelButton
  60.     Left = 5
  61.     Top = 214
  62.     Width = 75
  63.     Height = 23
  64.     Anchors = [akRight, akBottom]
  65.     Caption = '&Yes'
  66.     Default = True
  67.     ModalResult = 6
  68.     TabOrder = 1
  69.   end
  70.   object btnCancel: TCorelButton
  71.     Left = 165
  72.     Top = 214
  73.     Width = 75
  74.     Height = 23
  75.     Anchors = [akRight, akBottom]
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 3
  80.   end
  81.   object btnAll: TCorelButton
  82.     Left = 245
  83.     Top = 214
  84.     Width = 75
  85.     Height = 23
  86.     Anchors = [akRight, akBottom]
  87.     Caption = 'Save &all'
  88.     ModalResult = 8
  89.     TabOrder = 4
  90.   end
  91.   object btnNo: TCorelButton
  92.     Left = 85
  93.     Top = 214
  94.     Width = 75
  95.     Height = 23
  96.     Anchors = [akRight, akBottom]
  97.     Caption = '&No'
  98.     ModalResult = 7
  99.     TabOrder = 2
  100.   end
  101. end
  102.